os.ProcessState.userTime (method)

2 uses

	os (current package)
		exec.go#L145: 	return p.userTime()
		exec_unix.go#L100: func (p *ProcessState) userTime() time.Duration {